home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / hamradio / tnos-2.000 / tnos-2 / catalog.dat < prev    next >
Text File  |  1996-07-22  |  28KB  |  542 lines

  1. # catalog.dat file format:
  2. #
  3. #        [filename.c]
  4. #        anything you want "the actual string"
  5. #
  6.  
  7. [arpcmd.c]
  8. 00 - addusage = "Usage: arp %s <hostid> ether|ax25|netrom|arcnet|mac <hardware addr> <iface>\n"
  9. 01 - noiface = "No such interface %s\n"
  10. 02 - exptime = "Expire time for arp entries (in sec.)"
  11. 03 - dropusage = "Usage: arp drop <hostid> ether|ax25|netrom|arcnet|mac <iface>\n"
  12. 04 - dumpstr = "received %u badtype %u bogus addr %u reqst in %u replies %u reqst out %u\n"
  13. 05 - dumpheader = "IP addr         Type           Time Q Address           Interface\n"
  14.  
  15.  
  16. [ax25cmd.c]
  17. 00 - smartroute = "AX25 Smart Routing"
  18. 01 - badalias = "can't set alias\n"
  19. 02 - noiface = "you need to specify an interface\n"
  20. 03 - notax25 = "not an AX.25 interface\n"
  21. 04 - bcaststr = "Broadcast text: %s\n"
  22. 05 - bcasttimer = "Broadcast timer %lu/%lu seconds\n"
  23. 06 - maxheard = "Max ax-heard"
  24. 07 - alsonotax25 = "Interface %s not AX.25 type interface\n"
  25. 08 - notactive = "not active\n"
  26. 09 - heardheader = "Interface  Station   Time since send  Pkts sent\n"
  27. 10 - heardheader2 = "Station   Time since heard Pkts rcvd : Station   Time since heard Pkts rcvd\n"
  28. 11 - destheader = "Station   Last ref         Last heard           Pkts\n"
  29. 12 - heardfilter = "ax25 heard filter"
  30. 13 - filterusage = "Usage: ax25 filter <0|1|2|3>\n"
  31. 14 - filtersrc = "Callsign logging by source %sabled, "
  32. 15 - filterdest = "by destination %sabled\n"
  33. 16 - stopstr = "stop"
  34. 17 - lumsstr = "/%lu ms; "
  35. 18 - srttmdev = "srtt = %lu mdev = %lu "
  36. 19 - T1_4str = "T%c: "
  37. 20 - blimitstr = "blimit"
  38. 21 - maxwaitstr = "retry maxwait"
  39. 22 - axversionstr = "AX25 version"
  40. 23 - irttstr = "Initial RTT (ms)"
  41. 24 - polltimerstr = "Idle poll timer (ms)"
  42. 25 - redundancystr = "Link redundancy timer (sec)"
  43. 26 - retrylimitstr = "Retry limit"
  44. 27 - maxframestr = "Window size (frames)"
  45. 28 - paclenstr = "Max frame length (bytes)"
  46. 29 - pthreshstr = "Poll threshold (bytes)"
  47. 30 - windowstr = "AX25 receive window (bytes)"
  48. 31 - badcallsign = "Bad callsign %s\n"
  49. 32 - toomany = "Too many digipeaters, or badly formed command.\n"
  50. 33 - baddigi = "Bad digipeater %s\n"
  51. 34 - addfailed = "Route add failed\n"
  52. 35 - routeheader = "Target    Iface  Type  Mode Digipeaters\n"
  53. 36 - routeusage = "Usage: ax25 route add <target> <iface> [digis...]\n       ax25 route drop <target> <iface>\n       ax25 route mode <target> <iface> [mode]\n"
  54. 37 - badtarget = "Bad target %s\n"
  55. 38 - notintable = "Not in table\n"
  56. 39 - timertypestr = "AX25 timer type is "
  57. 40 - timertypeusage = "use: ax25 timertype [original|linear|exponential]\n"
  58. 41 - bctext_str = "Bctext : %s\n"
  59.  
  60.  
  61. [fbbfwd.c]
  62. 00 - lostremote = "FBBFWD: Lost the remote connection with %s...\n"
  63. 01 - receivedfrom = "FBBFWD: Received %s from %s\n"
  64. 02 - badFS = "FBB Error: Expected 'FS ' string. Received '%s' string"
  65. 03 - sendingmessageto = "FBBFWD: Sending message to %s\n"
  66. 04 - errorfbbdofscode = "FBBFWD: Error opening %s in fbbdofs() code.\n"
  67. 05 - refusing = "FBBFWD: Skipping message %s refused\n"
  68. 06 - deferring = "FBBFWD: Deferring message from %s\n"
  69. 07 - transferfailed = "FBBFWD: Transfer failed with %s......\n"
  70. 08 - transfersuccess = "FBBFWD: Transfer successful with %s\n"
  71. 09 - receivecode = "FBBFWD: This is the receive code for %s.\n"
  72. 10 - receivedfrom2 = "FBBFWD: Received from %s - %s\n"
  73. 11 - negotiationchecksum = "FBBFWD: Negotiation checksum with %s failed! Terminating...\n"
  74. 12 - checksumerr = "*** CHECKSUM ERROR (CHECKSUM OF PROPOSALS IS WRONG.)\n"
  75. 13 - negotiationverified = "FBBFWD: Checksum of negotiation with %s verified\n"
  76. 14 - receivedbaddata = "FBBFWD: Received bad data from %s...terminating...\n"
  77. 15 - preparingFS = "FBBFWD: Preparing our FS response to %s.\n"
  78. 16 - badFAline = "FBBFWD: Mail deferred from %s... bad FA/FB line\n"
  79. 17 - failedrewrite = "FBBFWD: Mail refused from %s.... Failed rewrite check: %s\n"
  80. 18 - failedmsgid = "FBBFWD: Mail refused from %s..... Failed msgid check: %s\n"
  81. 19 - sendingresponse = "FBBFWD: Sending our response:%s to %s\n"
  82. 20 - erroropeningtemp = "FBBFWD: Error opening temp file: '%s'\n"
  83. 21 - messagesreceived = "FBBFWD: Messages received from %s....\n"
  84. 22 - sendingFto = "FBBFWD: Sending F> to %s\n"
  85. 23 - processingarea = "FBBFWD: Processing %s message area %s for %s.\n"
  86. 24 - sendingto = "FBBFWD: Sending ( to %s ) to %s"
  87. 25 - closingfwdfile = "FBBFWD: Closing .fwd file for %s.\n"
  88. 26 - nodatatosend = "FBBFWD: No Data to send. Sending FF to %s\n"
  89. 27 - unexpected = "FBB Error: Expected '+, -, or ='. Received \'%c\'.\n"
  90. 28 - errorgettingtemp = "FBBFWD: Error getting tmp file.\nFBBFWD: We're going to pass this file to sendmsg()\nFBBFWD: We were trying to open %s and failed.\n"
  91. 29 - mailrefused = "FBBFWD: bbs mail refused: %s from %s"
  92. 30 - mailsent = "PBBS mail sent: %s "
  93. 31 - fwdexitstr = "FBBFWD: PBBS fwd exit: %s"
  94. 32 - forwardingto = "FBB %sing forwarding of PBBS mail to: %s "
  95. 33 - deferincoming = "FBBFWD: Deferring message from %s (to: %s): incoming via %s\n"
  96. 34 - toomanyerr = "*** TOO MANY MESSAGES (5 MESSAGES PER PROPOSAL, MAXIMUM)\n"
  97. 35 - toomanyerr2 = "FBBFWD: Too many messages received in a proposal from: %s\n"
  98.  
  99.  
  100. [forward.c]
  101. 00 - forwardingtimer = "Forwarding timer: %lu/%lu\n"
  102. 01 - nostart = "Couldn't start Forwarding process"
  103. 02 - defering = "fwd: Deferring large message to %s, allowed=%ld, size=%ld\n"
  104. 03 - queueing = "fwd: queueing message %ld from BBS %s, to alternate: %s\n"
  105. 04 - delayedmaintenance = "fwd: forward delayed - maintenance mode\n"
  106. 05 - started = "fwd: forward started\n"
  107. 06 - unabletostart = "fwd: unable to start new maibox\n"
  108. 07 - examining = "fwd: examining '%s'\n"
  109. 08 - alreadyconnected = "fwd: '%s' already connected\n"
  110. 09 - checkingforfile = "fwd: checking for file '%s'\n"
  111. 10 - forwardingcomplete = "PBBS forwarding complete to: %s\n"
  112. 11 - connectionfailed = "fwd: Connection failed to %s, TRY = %d\n"
  113. 12 - scriptdone = "fwd: %s, script done\n"
  114. 13 - waitingfor = "fwd: %s, wait %ld -  waiting for %s\n"
  115. 14 - Netromunavailable = "fwd: Netrom route unavailable - %s\n"
  116. 15 - Netromsocket = "fwd: unable to open Netrom socket - %s\n"
  117. 16 - mailsent = "PBBS mail sent: %s "
  118. 17 - mailrefused = "PBBS mail refused: %s\n     %s"
  119. 18 - unexpectedresponse = "PBBS mail - unexpected response: %s\n     %s"
  120. 19 - forwardingmailto = "PBBS %sforwarding mail to: %s "
  121. 20 - forwardfailed = "PBBS forward failed: %s errno %d"
  122. 21 - badax25iface = "Invalid forwarding interface '%s' for %s"
  123.  
  124.  
  125. [ftpserv.c]
  126. 00 - banner = "220 %s, KA9Q-NOS FTP version %s\n"
  127. 01 - banner1 = "230- Ready on %s" 
  128. 02 - banner2 = "230- Total active FTP sessions at %s: %d out of %d maximum\n" 
  129. 03 - badcmd = "500 - Unknown command\n" 
  130. 04 - binwarn = "150- Warning: type is ASCII and %s appears to be binary\n" 
  131. 05 - unsupp = "500 - Unsupported command or option\n" 
  132. 06 - givepass = "331 Enter PASS command\n" 
  133. 07 - anonokay = "331 Anonymous access, give email address as password\n" 
  134. 08 - logged = "230 Logged in\n" 
  135. 09 - loggeda = "230 Logged in as anonymous, restrictions apply\n" 
  136. 10 - typeok = "200 - Type %s OK\n" 
  137. 11 - only8 = "501 Only logical bytesize 8 supported\n" 
  138. 12 - deleok = "250 File deleted\n" 
  139. 13 - mkdok = "200 - MKD ok\n" 
  140. 14 - delefail = "550 Delete failed: %s\n" 
  141. 15 - pwdmsg = "257 \"%s\" is current directory\n" 
  142. 16 - badtype = "501 Unknown type \"%s\"\n" 
  143. 17 - badport = "501 Bad port syntax\n" 
  144. 18 - unimp = "502 Command not yet implemented\n" 
  145. 19 - bye = "221 Goodbye!\n" 
  146. 20 - nodir = "553 Can't read directory \"%s\": %s\n" 
  147. 21 - cantopen = "550 Can't read file \"%s\": %s\n" 
  148. 22 - sending = "150 Opening data connection for %s %s %s\n"
  149. 23 - cantmake = "553 Can't create \"%s\": %s\n" 
  150. 24 - writerr = "552 Write error: %s\n" 
  151. 25 - portok = "200 - Port command okay\n" 
  152. 26 - rxok = "226 File received OK\n" 
  153. 27 - txok = "226 File sent OK\n" 
  154. 28 - noperm = "550 Permission denied\n" 
  155. 29 - noconn = "425 Data connection reset\n" 
  156. 30 - badcheck = "425 Bad checksum\n" 
  157. 31 - notlog = "530 Please log in with USER and PASS\n" 
  158. 32 - userfirst = "503 Login with USER first.\n" 
  159. 33 - okay = "200 - Ok\n" 
  160. 34 - syst = "215 %s Type: L%d Version: %s\n" 
  161. 35 - pendingto = "350 Rename awaiting new name.\n" 
  162. 36 - badseq = "503 No prior RNFR received - RNTO ignored\n" 
  163. 37 - norename = "550 Can't rename: %s\n" 
  164. 38 - help = "214-The following commands are recognized.\n" 
  165. 39 - filesize = "213 %lu\n" 
  166. 40 - notaplain = "550 %s: not a plain file\n" 
  167. 41 - nosuchfile = "550 %s: No such file\n" 
  168. 42 - pasvmodestr = "227 Entering Passive Mode. %u,%u,%u,%u,%u,%u\n"
  169.  
  170. [fwdcmd.c]
  171. 00 - LASTCompleted = "\nLast completed forwarding sessions:\n"
  172. 01 - enabled = "Forwarding mode"
  173. 02 - tapr1 = "Make haddress conform to TAPR X.3.4 specification"
  174. 03 - tapr2 = "Unless you *MUST*, PLEASE use a haddress that conforms to the X.3.4 spec!\nThe big losers when you *DON'T* are the Internet gateway SYSOPS!\n"
  175. 04 - personal = "Forwarding Personal Messages"
  176. 05 - bulletins = "Forwarding Bulletins"
  177. 06 - FBBstyle = "FBB-style forwarding"
  178. 07 - FBBcompressed = "FBB-style compression forwarding"
  179. 08 - usectlz = "Use ^Z intead of /EX to end messages when forwarding"
  180. 09 - reverseout = "Outgoing Reverse Forwarding Enabled"
  181. 10 - reversein = "Incoming Reverse Forwarding Enabled"
  182. 11 - activesessions = "\nActive Forwarding Sessions:\n"
  183. 12 - originalBID = "Original BID in R: lines"
  184. 13 - localUTC = "Local Time is UTC"
  185. 14 - localMID = "Local MID in R: lines"
  186. 15 - W0RLIstyle = "W0RLI style R: lines"
  187. 16 - qthusage = "Usage: forward qth <your qth> || \"<your qth, state>\"\n"
  188. 17 - usagezipcode = "Usage: forward zipcode <your zip>\n"
  189. 18 - usagefwdinfo = "Usage: forward fwdinfo \"<your R:-line [info]>\"\n"
  190. 19 - usagehaddr = "Usage: forward haddress <your H-address (without call)>\n"
  191. 20 - tapr3 = "Sorry, but that is not a proper haddress. The continent must be 4-characters.\n"
  192. 21 - tapr4 = "The selected haddress does not adhere to TAPR X.3.4 recommendation. :-(\nThe sooner we all use 4-character continents, the better\n"
  193. 22 - fwdtraceflag = "Forward trace flag"
  194. 23 - FBBtraceflag = "FBB Forwarding trace flag"
  195. 24 - subchanneldata = "  Subchannel %2d: Maximum Fwds - %2d, Currently - %2d"
  196. 25 - usagesubchannel = "Usage: forward subchannel channel# [maxfwds [description]]\n"
  197. 26 - validsubchannels = "Valid subchannel numbers are 0 through %d\n"
  198. 27 - maxonsubchannel = "Maximum Forwarding Sessions on Subchannel %d"
  199. 28 - forwardSMTP = "Forward to PBBS w/SMTP headers"
  200.  
  201.  
  202. [icmpcmd.c]
  203. 00 - tracingis = "ICMP Tracing is %d\n"
  204. 01 - tracemodes = "Trace modes are: 0|1|2\n"
  205. 02 - echostr = "ICMP echo response accept"
  206. 03 - ttlstr = "Ttl time exceed reply"
  207. 04 - resolving = "Resolving %s... "
  208. 05 - pinging = "Pinging %s... Press <CR> to abort...\n"
  209. 06 - pingaborted = "%s: ping aborted by user after %d seconds\n"
  210. 07 - pingtimeout = "%s: no response after 120 seconds\n"
  211. 08 - pinghdrstr1 = "Pinging %s (%s); data %d interval %lu ms:\n    since %s"
  212. 09 - pinghdrstr2 = "      sent      rcvd    %%       rtt   avg rtt      mdev     received\n"
  213.  
  214.  
  215. [ipcmd.c]
  216. 00 - encapstr = "Encapsulation using packet type 4"
  217. 01 - accesshdr = "Source Address  Len Dest Address    Len Interface    Proto Low   High  State\n"
  218. 02 - accesssyntax = " Format: ip access <permit|deny|delete> <proto> <src addr>[/<bits>] <dest addr>[/<bits>] <if name> [low [high]]\n"
  219. 03 - rtimerstr = "IP reasm timeout (sec)"
  220. 04 - ttlstr = "IP Time-to-live"
  221. 05 - iplookstr = "Host %s (%s) unreachable\n"
  222. 06 - reassembly = "Reassembly fragments:\n"
  223. 07 - notfound = "Not found.\n"
  224. 08 - noaddroute = "Can't add route\n"
  225. 09 - heardhdr = "Tcp/Ip systems heard:\nAddress                Port       Since       Pkts\n"
  226. 10 - sortstr = "Route Sort flag"
  227. 11 - iphsizestr = "Max ip-heard"
  228.  
  229.  
  230. [lzhuf.c]
  231. 00 - ErrorEncode = "FWDFWD: Error from Encode() rc = %d"
  232. 01 - lostremote = "FBBFWD: Lost the remote connection in recv_yapp()"
  233. 02 - ErrorDecode = "FWDFWD: Error from Decode() rc = %d"
  234. 03 - Erroropening = "FBBFWD: Error opening %s in %s\n"
  235. 04 - ENCODEratio = "FWDCMP: ENCODE:  In: %-8ld  Out: %-8ld (%ld%%)\n"
  236. 05 - DECODEratio = "FWDCMP: DECODE:  In: %-8ld  Out: %-8ld (%ld%%)\n"
  237.  
  238.  
  239. [mailbox.c]
  240. 00 - Availableports = "Available ports:\n"
  241. 01 - pwordprompt = "Password: %c%c%c"
  242. 02 - loganonystr = "PBBS login: %s Password: %s"
  243. 03 - loguserstr = "PBBS login: %s"
  244. 04 - loginincorrect = "Login incorrect\n"
  245. 05 - logfailedstr = "PBBS login FAILED - login: %s Password: %s"
  246. 06 - toomanymbx = "Sorry, too many mailbox sessions at %s\n"
  247. 07 - chainingstr = "Chaining to BBS...\n"
  248. 08 - UseLZW = "Use LZW Compression (*y/n) ?\n"
  249. 09 - laston = "Last on the BBS: %s"
  250. 10 - quotehdr = "\nQuote of the Day:"
  251. 11 - delegationquery = "You have delegation enabled, do you wish to disable it (*y/n) ?\n"
  252. 12 - maxsession = "Maximum allowed time per session exceeded!\n\n"
  253. 13 - logmaxsession = "Mailbox MaxTimer expired for '%s'"
  254. 14 - Pleasehangup = "Please hang up now.\n"
  255. 15 - callsvrnot = "Internet callserver not configured\n"
  256. 16 - callusage = "Usage: %s callsign [callsign] [...]\n"
  257. 17 - checkcallbook = "%s checking callbook: %s"
  258. 18 - callsvcnotconfig = "Callbook Services Not Configured.\n"
  259. 19 - lookcall = "Looking for \"%s\" in the callbook at %s\n"
  260. 20 - sendinvalid = "Invalid message number %d\n"
  261. 21 - sendset = "Current message set to %d\n"
  262. 22 - syntaxerror = "NO - syntax error\n"
  263. 23 - syntaxerror2 = "S command syntax error - format is:\nS[C|F] name [@ host] [< from_addr] [$bulletin_id]\nSR [number]\n"
  264. 24 - syntaxerror3 = "%s: PBBS S syntax error - %s\n"
  265. 25 - permissionerror = "NO - permission denied\n"
  266. 26 - permissionerror2 = "Sorry, only mail to 'sysop' allowed!\n"
  267. 27 - permissionerror3 = "%s: no mail permission - %s\n"
  268. 28 - nobid = "NO - No BID!\n"
  269. 29 - nobid2 = "PBBS %s: SB without BID - %s"
  270. 30 - Alreadyhave = "Already have %s\n"
  271. 31 - Alreadyhave2 = "import/fbbfwd: Already have %s\n"
  272. 32 - permissionerror4 = "Permission denied\n"
  273. 33 - permissionerror5 = "%s: no mail permission - %s\n"
  274. 34 - refused1 = "NO - refused\n"
  275. 35 - refused3 = "PBBS DELEGATE mail loop attempted: %s"
  276. 36 - refused5 = "Bad user or hostname,  please mail 'sysop' for help\n"
  277. 37 - refused3rd = "%s: 3rd party mail refused - %s\n"
  278. 38 - badaddr1 = "NO - bad address\n"
  279. 39 - badaddr2 = "Bad user or hostname,  please mail 'sysop' for help\n"
  280. 40 - notemp1 = "NO - no temp file\n"
  281. 41 - notemp2 = "Can't create temp file for mail\n"
  282. 42 - tocheck1 = "The system doesn't know where to route this message..\nSuggest you abort this message and re-enter!\n"
  283. 43 - Insertingoriginal = "Inserting original message...\n"
  284. 44 - Forwardedmessage = "----- Forwarded message -----\n\n"
  285. 45 - Endforwardedmessage = "----- End of forwarded message -----\n"
  286. 46 - refused2 = "Sending to yourself with DELEGATION enabled causes mailing loops\nSend cancelled,  please mail 'sysop' for help\n\n"
  287. 47 - forcalling = ", for calling the %s TNOS TCP/IP BBS.\n"
  288. 48 - Timethissession = " --- Time this session: "
  289. 49 - enforce = "Sorry, but bulletins require an '@host' to the address!\n"
  290. 50 - enforce2 = "User '%s' tried to send Bulletin w/out @host: '%s'"
  291.  
  292.  
  293. [mailbox2.c]
  294. 00 - Alsomenu = "\nFor further help, type 'help cmdname', where 'cmdname' is one of the above.\nFor a brief listing of all commands, type '?'\n\n"
  295. 01 - Alsomenu2 = "Others: AF, AL, AN, AS, DU, KM, KS, KU, L$, L>, L<, LA, LB, LL, LM, LS, LT,\n        ML, MS, RH, RM, SB, SC, SF, SP, SR, ST, VM, XA, XC, XM, XN, XS\n"
  296. 02 - index_dat = "index.dat"
  297. 03 - sorry = "Sorry, command is only available to the SYSOP!\n"
  298. 04 - wr_syntax = "Syntax: WR user \"message\"\n"
  299. 05 - wa_syntax = "Syntax: WA \"message\"\n"
  300. 06 - noread = "Can't read directory: \"%s\": %s\n"
  301. 07 - dirdenied = "%s: directory denied: %s\n"
  302. 08 - zapfailed = "Zap failed: %s\n"
  303. 09 - logzap = "PBBS Zap: %s"
  304. 10 - zapdenied = "%s: zap denied: %s\n"
  305. 11 - attemptsysop = "PBBS: %s attempting SYSOP"
  306. 12 - sysopdenied = "%s: SYSOP denied!\n"
  307. 13 - validationcomplete = "Validation %somplete!\n"
  308. 14 - sysopwarning = "\nType 'exit' to return\n\nBe VERY careful!!\n"
  309. 15 - logsysop = "PBBS sysop: %s"
  310. 16 - loglinkdenied = "PBBS LINKED: %s permission denied"
  311. 17 - loglink = "PBBS LINKED: %s changed to %s"
  312. 18 - linkhello = "Oh, hello %s.\n"
  313. 19 - ampronly_str = "Sorry, but only Amateur Radio IP stations can be reached from here!\n"
  314. 20 - telnetdenied = "%s: Telnet denied: %s\n"
  315. 21 - logtelnet = "PBBS TELNET: %s to %s:%d"
  316. 22 - incomingcall = "*** Incoming call from %s@%s ***\n"
  317. 23 - finger_usage = "Usage: F user@host  or  F @host  or  F user.\n"
  318. 24 - confnotenabled = "Conference server not enabled\n"
  319. 25 - convdenied = "%s: converse denied\n"
  320. 26 - logconf = "PBBS CONFERENCE: %s"
  321. 27 - logtutor = "PBBS TUTORIAL: %s"
  322. 28 - nohelp = "No help available.\n"
  323. 29 - onlyfirst = "Only first %d arguments used\n"
  324. 30 - cannotlock = "Can't lock '%s', please try later\n"
  325. 31 - message = "Message %d %s...\n"
  326. 32 - moreafter = "-more- after %d lines\n"
  327. 33 - areaadded = "Area added to prompt"
  328. 34 - nameadded = "Name added to prompt"
  329. 35 - newscanlogin = "New message scan at login"
  330. 36 - usaANSI = "Use ANSI color graphics"
  331. 37 - permissionlevel = "Permission level: %ld (0x%08lx)\n"
  332. 38 - fwddelegation = "Forward delegation"
  333. 39 - usecompressed = "Use Compressed streams"
  334. 40 - expertprompts = "Expert user prompts"
  335. 41 - usersettings = "*** User profile settings: %s ***\n\n"
  336. 42 - useSET = "\nUse the SET command to change these options. For help, type HELP SET.\n"
  337. 43 - getheader = "---------------- Current %s Information ----------------\n"
  338. 44 - gettrailer = "---------------- %s %s Information ----------------\n"
  339. 45 - noconfig = "This command not configured for this interface\n"
  340. 46 - delegationdisabled = "Forwarding delegation disabled by SYSOP\n"
  341. 47 - expandsto = "Address '%s' expands to: "
  342. 48 - noaddress = "No address specified.\n"
  343. 49 - addressroutes = "Address '%s' routes to:"
  344. 50 - unreadmessages = "You have unread messages, in the following message areas:\n"
  345. 51 - newmessages = "As a new user, you will find messages in the following message areas:\n"
  346. 52 - nounreadmessages = "No unread messages in the public areas! You are up-to-date!\n"
  347. 53 - systemtime = "The system time at '%s' is now: %s\n"
  348. 54 - inform_str = "%s: SUBSCRIBED %s"
  349. 55 - groupindex = "Index of mailing lists/groups\n\n"
  350. 56 - newsdisabled = "News Center not enabled\n"
  351. 57 - lognews = "PBBS NEWS: %s"
  352. 58 - wp_syntax = "Syntax: WP user%s\n"
  353. 59 - notinwp = "Sorry, user not in whitepages! If local user, try \"ML user\"...\n"
  354. 60 - wplists = "White Pages lists this person as '%s@%s'\n"
  355. 61 - wplists2 = "White Pages lists this person as '%s'\n"
  356. 62 - wp_sysopsyntax = "Syntax: WP user @bbsname\n"
  357. 63 - updating = "Updating database....\n"
  358. 64 - filedesc = "Enter description lines, each line 37 characters maximum.\n'/EX' when complete:\n"
  359. 65 - downloaddenied = "%s: download denied: %s\n"
  360. 66 - xmodemtip = "Xmodem on TIP connects only\n"
  361. 67 - uploaddenied = "%s: upload denied: %s\n"
  362. 68 - cannotopen = "Can't open \"%s\": %s\n"
  363. 69 - cannotcreate = "Can't create \"%s\": %s\n"
  364. 70 - logupload = "PBBS upload: %s"
  365. 71 - Sysopmenu =  "Sysops: IF, MA, MC, MF, MH, MK, MM, MP, MR, MT, MW, MX, WA, WR, @\n"
  366.  
  367.  
  368.  
  369. [mboxcmd.c]
  370. 00 - bumpusage = "Syntax: pbbs bump username\n"
  371. 01 - zapusage = "Syntax: pbbs zap username\n"
  372. 02 - logging_str = "Keep log of each PBBS login"
  373. 03 - holdall_str = "Hold all local messages for SYSOP review"
  374. 04 - maint_str = "BBS Maintenance"
  375. 05 - maintmode_str = "Use BBS Maintenance mode"
  376. 06 - maintclear_str = "Clear BBS (bump users) for BBS Maintenance mode"
  377. 07 - invalidcall = "Invalid call: %s\n"
  378. 08 - jumpstart_str = "Jump start on connect"
  379. 09 - nrid_str = "Netrom id prompt"
  380. 10 - mbarea_str = "New users get area indication in prompt"
  381. 11 - scan_str = "New users get 'new mail scan' permission"
  382. 12 - hold_str = "New users have mail entered held for review"
  383. 13 - fullsvc_str = "Full Service BBS"
  384. 14 - delegate_str = "Allow user delegation forwarding"
  385. 15 - nobid_str = "Accept Buls without BID"
  386. 16 - query_str = "Query after send"
  387. 17 - convers_str = "Pbbs convers"
  388. 18 - dumperr_str = "BBS - Dump on error"
  389. 19 - attend_str = "Mailbox Attended flag"
  390. 20 - tdisc_str = "Pbbs redundancy timer (sec)"
  391. 21 - tdiscsysop_str = "PBBS redundancy timer used for Sysops"
  392. 22 - maxtimer_str = "PBBS Maximum session time allowed (sec)"
  393. 23 - maxusers_str = "Maximum PBBS incoming users (%d max)"
  394. 24 - passwdusage = "Usage: pbbs password \"<sysop password>\"\n"
  395. 25 - strusage = "Usage: %s %s \"<message|string>\"\n"
  396. 26 - motdalways_str = "Always display MOTD file"
  397. 27 - allview_str = "All users will view the 'motd' file on their next login!\n"
  398. 28 - homeusage = "Usage: pbbs home <your prompt string>\n"
  399. 29 - promptusage = "Usage: pbbs prompt \"prompt string\"\n"
  400. 30 - changehome_str = "\nChanging HOME BBS from '%s'! Enter name of new HOME...\n"
  401. 31 - homeset_str = "\nHOME BBS set to '%s'\n"
  402. 32 - homesyntax = "Syntax: HOME user @bbs\n"
  403. 33 - realname_as = "\nThe on-line callbook shows your real name as '%s'\n"
  404. 34 - realname_str = "Your real name is used along with your callsign when sending a message\nIf you wish to %s this, use the NAME command\n"
  405. 35 - realname_change = "\nChanging REAL NAME from '%s'!\nEnter the name you wish to be known by...\n"
  406. 36 - realname_set = "\nREAL NAME set to '%s'\n"
  407. 37 - realname_syntax = "Syntax: NAME user \"realname\"\n"
  408. 38 - past_header = "Past users:\nUser       Logins  Time since last   User       Logins  Time since last\n"
  409. 39 - queued_str = "SMTP queued messages: %d\n"
  410. 40 - ms_logins = "Total Logins: %d   (BBS: %d"
  411. 41 - users_count = "Users: %d\nCount: %d\n"
  412. 42 - info_on = "Information on %s %s\n"
  413. 43 - ipaddress_str = "%s's TCP/IP ADDRESS: %s\n"
  414. 44 - nolocal_str = "No local data found for '%s'\n"
  415. 45 - message_oor = "Message number out of range\n"
  416. 46 - mr_syntax = "Syntax: MR type filename toname [fromname]\n"
  417. 47 - fwd_daemon = "Forwarding Daemon: %s"
  418. 48 - tiptimeout_str = "Tip connection timeout"
  419. 49 - callusage = "Usage: callserver <host> <port>\n"
  420. 50 - usernoton = "User '%s' not on BBS!\n"
  421. 51 - sysopchat = "\nSYSOP requests a chat.....\n\n"
  422. 52 - nosubj_str = "Strip bell characters from subject lines"
  423. 53 - enforce_str = "Enforce that all bulletins are sent with a '@host'"
  424.  
  425.  
  426. [nntpserv.c]
  427. 00 - quitcmd = "QUIT\n"
  428. 01 - xinfo = "100 No info available\n"
  429. 02 - debugstr = "100 Debug %s\n"
  430. 03 - nnversion = "20%s %s NNTP version %s ready at %s %s\n"
  431. 04 - slavestr = "202 Slave %s\n"
  432. 05 - closing = "205 Closing\n"
  433. 06 - listarticle = "211 %u %u %u%s\n"
  434. 07 - listgroups = "215 List of newsgroups follows\n"
  435. 08 - newgroups = "231 List of new newsgroups follows\n"
  436. 09 - retrieve = "220 %u%s%shead and body follow\n"
  437. 10 - head = "221 %u%s%sHead\n"
  438. 11 - xheader1 = "221 %s fields follow\n"
  439. 12 - xheader2 = "221 %u %s header of article %s\n"
  440. 13 - body = "222 %u%s%sBody\n"
  441. 14 - statistics = "223 %u%s%sStatistics\n"
  442. 15 - sepcmd = "223 %u %s%srequest text separately\n"
  443. 16 - xover = "224 data follows\n"
  444. 17 - newnews_t = "230 New news by message id follows\n"
  445. 18 - transok = "235 Thanks\n"
  446. 19 - postok = "240 Article posted ok\n"
  447. 20 - sendart = "335 Send article, end with .\n"
  448. 21 - sendpost = "340 Send article to be posted, end with .\n"
  449. 22 - nogroup = "411 No such newsgroup\n"
  450. 23 - noselect = "412 No newsgroup selected\n"
  451. 24 - nonext = "421 No next article\n"
  452. 25 - noprev = "422 No previous article\n"
  453. 26 - noart = "430 No such article\n"
  454. 27 - notwanted = "435 Article not wanted - do not send it\n"
  455. 28 - transnotok = "437 Article rejected - header garbled - do not try again\n"
  456. 29 - notallowed = "440 Posting not allowed\n"
  457. 30 - postfailed = "441 Posting failed"
  458. 31 - notrecognd = "500 Command not recognized\n"
  459. 32 - badsyntax = "501 Syntax error\n"
  460. 33 - noaccess = "502 I'm not allowed to talk to you\n"
  461. 34 - errorstr = "503 Command not performed\n"
  462. 35 - fatal = "503 Fatal error FILE %s\n"
  463.  
  464.  
  465. [pc.c]
  466. 00 - fkeysyntax1 = "key   num    key    num    key    num    key    num   key    num\nf1     59    sf1     84    cf1     94    af1    104   pgup    73\nf2     60    sf2     85    cf2     95    af2    105   pgdn    81\n"
  467. 01 - fkeysyntax2 = "f3     61    sf3     86    cf3     96    af3    106   home    71\nf4     62    sf4     87    cf4     97    af4    107   end     79\nf5     63    sf5     88    cf5     98    af5    108   arup    72\n"
  468. 02 - fkeysyntax3 = "f6     64    sf6     89    cf6     99    af6    109   ardn    80\nf7     65    sf7     90    cf7    100    af7    110   ar l    75\nf8     66    sf8     91    cf8    101    af8    111   ar r    77\n"
  469. 03 - fkeysyntax4 = "f9     67    sf9     92    cf9    102    af9    112   ins     82\nf10    68    sf10    93    cf10   103    af10   113   del     83\nf11   133    sf11   135    cf11   137    af11   139   stab    15\n"
  470. 04 - fkeysyntax5 = "f12   134    sf12   136    cf12   138    af12   140   cprtsc 114\ncpgup 132    cpgdn  118    chome  119    cend   117\nusage: fkey <key number> [<value> | \"string\"]\n"
  471. 05 - errhanstr = "\r\nError: %s on drive %c\r\n$"
  472. 06 - backgstr = "Multitasking DOS Shell "
  473. 07 - wdogstr = "NOS Watch Dog"
  474. 08 - XSPAWNmode = "XSPAWN mode"
  475. 09 - fkeyoor = "fkey number out of range.\n"
  476. 10 - fkeynf = "fkey number not found\n"
  477. 11 - fkeynoval = "fkey %d has no assigned value.\n"
  478. 12 - noprompt = "\b\b\b\b\b\b\b\b        \b\b\b\b\b\b\b\b"
  479. 13 - somemore = "--More--"
  480. 14 - isatstr = "AT/386 mode"
  481.  
  482.  
  483. [pppcmd.c]
  484. 00 - ifaceunk = "%s: Interface unknown\n"
  485. 01 - notPPP = "%s: not a PPP interface\n"
  486. 02 - syntaxPPP = "ppp <iface> required\n"
  487. 03 - PPPtracing = "PPP tracing"
  488.  
  489.  
  490. [tcpcmd.c]
  491. 00 - tracingstr = "TCP state tracing"
  492. 01 - irttstr = "TCP default irtt"
  493. 02 - irttdisp = "%s: srtt %lu mdev %lu\n"
  494. 03 - mssstr = "TCP MSS"
  495. 04 - windowstr = "TCP window"
  496. 05 - syndatastr = "TCP syn+data piggybacking"
  497. 06 - retriesstr = "max. retries"
  498. 07 - maxwaitstr = "max. retry wait (ms)"
  499. 08 - backoffstr = "backoff limit"
  500. 09 - cbheader = "      Init seq    Unack     Next Resent CWind Thrsh  Wind  MSS Queue      Total\nSend:"
  501. 10 - reassembly = "Reassembly queue:\n"
  502. 11 - reassstr = "  seq x%lx %u bytes\n"
  503. 12 - retrying = "Retrying "
  504. 13 - backoffval = "Backoff %u "
  505. 14 - timerstopped = "Timer stopped "
  506. 15 - timerrunning = "Timer running (%ld/%ld ms) "
  507. 16 - timerexp = "Timer expired "
  508. 17 - rttval = "SRTT %ld ms Mean dev %ld ms\n"
  509. 18 - viewsyntax = "Use: tcp view <bytes|timers>\n"
  510. 19 - viewhdr1 = "                                               Send  Send       Receive Receive\nRemote Socket:Port:Local Port/State   &TCB     Bytes Retries      Bytes Retries\n"
  511. 20 - viewhdr2 = "Remote Socket:Port:Local Port/State   &TCB Boff State      Timer          SRTT\n"
  512. 21 - timeris = "Tcp timer type is %s\n"
  513. 22 - timertypesyntax = "use: tcp timertype [linear|exponential]\n"
  514. 23 - accesshdr = "IP Address      Mask  Low Port High Port State\n"
  515. 24 - accesssyntax = " Format: tcp access <permit|deny|delete> <dest addr>[/<bits>] [lowport [highport]]\n"
  516. 25 - notfound = "Not found.\n"
  517.  
  518.  
  519. [xfwd.c]
  520. 00 - forwardingto = "%sing X-forwarding of PBBS mail to: %s "
  521. 01 - nodatatosend = "XFWD: No Data to send. Sending F> to %s\n"
  522. 02 - closingfwdfile = "XFWD: Closing .fwd file for %s.\n"
  523. 03 - processingarea = "XFWD: Processing %s message area %s for %s.\n"
  524. 04 - sendingto = "XFWD: Sending ( to %s ) to %s"
  525. 05 - sendingSXto = "XFWD: Sending SX Block of %d to %s\n"
  526. 06 - badSY = "XFWD Error: Expected 'SY ' string. Received \'%s\' string"
  527. 07 - lostremote = "XFWD: Lost the remote connection with %s...\n"
  528. 08 - receivedSYfrom = "XFWD: Received '%s' from %s\n"
  529. 09 - transferfailed = "XFWD: Transfer failed with %s......\n"
  530. 10 - errorgettingtemp = "XFWD: Error getting tmp file.\nXFWD: We're going to pass this file to sendmsg()\nXFWD: We were trying to open %s and failed.\n"
  531. 11 - errorxdosycode = "XFWD: Error opening %s in xdosy() code.\n"
  532. 12 - sendingmessageto = "XFWD: Sending message to %s\n"
  533. 13 - refusing = "XFWD: Skipping message %s refused\n"
  534. 14 - mailrefused = "XFWD: bbs mail refused: %s from %s"
  535. 15 - transfersuccess = "XFWD: Transfer successful with %s\n"
  536. 16 - mailsent = "PBBS mail sent: %s "
  537. 17 - receivecode = "XFWD: This is the receive code for %s.\n"
  538. 18 - sendingSY = "XFWD: Sending our 'SY %d' response to %s.\n"
  539. 19 - messagesreceived = "XFWD: Messages received (%d) from %s....\n"
  540. 20 - receivedfrom = "XFWD: Received from %s - %s\n"
  541.  
  542.